home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / teachers / background_2764.txt < prev    next >
Text File  |  1990-04-02  |  3KB  |  142 lines

  1. -- background: 2764 from stack: in
  2. -- bmap block id: 3188
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: KIDCARD
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=6 top=24 right=53 bottom=38
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29114 / 29114
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   play harpsichord tempo 800 c4 c c c c
  23.   visual effect iris open
  24.   go to card id 4501 of stack "class of 88"
  25. end mouseUp
  26.  
  27.  
  28.  
  29.  
  30. -- part 5 (button)
  31. -- low flags: 00
  32. -- high flags: 8003
  33. -- rect: left=169 top=312 right=337 bottom=333
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: twenty years from now
  42. ----- HyperTalk script -----
  43.  
  44.  
  45. on mouseDown
  46.   set visible of background field "ang/b" to not the visible of background field "ang/b"
  47. end mouseDown
  48.  
  49.  
  50.  
  51.  
  52.  
  53. -- part 6 (button)
  54. -- low flags: 00
  55. -- high flags: 8003
  56. -- rect: left=338 top=312 right=336 bottom=502
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: back to reality
  65. ----- HyperTalk script -----
  66.  
  67. on mouseDown
  68.   set visible of background field "ang/b" to not the visible of background field "ang/b"
  69. end mouseDown
  70.  
  71.  
  72.  
  73.  
  74.  
  75. -- part 7 (field)
  76. -- low flags: 00
  77. -- high flags: 0001
  78. -- rect: left=168 top=15 right=303 bottom=511
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 0
  82. -- font id: 21
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: tw
  87.  
  88.  
  89. -- part 8 (field)
  90. -- low flags: 00
  91. -- high flags: 0001
  92. -- rect: left=169 top=16 right=304 bottom=509
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 0
  96. -- font id: 21
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: ang/b
  101.  
  102.  
  103. -- part 13 (button)
  104. -- low flags: 00
  105. -- high flags: 8003
  106. -- rect: left=168 top=289 right=310 bottom=325
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: next teacher
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   play harpsichord tempo 100 c4 c5
  118.   go to next card
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 14 (button)
  124. -- low flags: 00
  125. -- high flags: 8003
  126. -- rect: left=337 top=289 right=310 bottom=494
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: back to the class
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   play harpsichord tempo 500 c4 e g c5
  138.   visual effect dissolve slowly
  139.   go to card id 3574 of stack "class of 88"
  140. end mouseUp
  141.  
  142.